GroupId | GroupIdcom.alibaba |
---|---|
ArtifactId | ArtifactIdbytekit-core |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
bytekit-core-0.0.3.pom | |
bytekit-core-0.0.3.jar | 220 KB |
bytekit-core-0.0.3-sources.jar | 107 KB |
bytekit-core-0.0.3-javadoc.jar | 907 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba/bytekit-core/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>bytekit-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/bytekit-core/
implementation 'com.alibaba:bytekit-core:0.0.3'
// https://jarcasting.com/artifacts/com.alibaba/bytekit-core/
implementation ("com.alibaba:bytekit-core:0.0.3")
'com.alibaba:bytekit-core:jar:0.0.3'
<dependency org="com.alibaba" name="bytekit-core" rev="0.0.3">
<artifact name="bytekit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='bytekit-core', version='0.0.3')
)
libraryDependencies += "com.alibaba" % "bytekit-core" % "0.0.3"
[com.alibaba/bytekit-core "0.0.3"]