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