GroupId | GroupIdcom.github.zz666zz |
---|---|
ArtifactId | ArtifactIdlocal-example |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
local-example-1.0.pom | 722 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zz666zz/local-example/ -->
<dependency>
<groupId>com.github.zz666zz</groupId>
<artifactId>local-example</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zz666zz/local-example/
implementation 'com.github.zz666zz:local-example:1.0'
// https://jarcasting.com/artifacts/com.github.zz666zz/local-example/
implementation ("com.github.zz666zz:local-example:1.0")
'com.github.zz666zz:local-example:pom:1.0'
<dependency org="com.github.zz666zz" name="local-example" rev="1.0">
<artifact name="local-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zz666zz', module='local-example', version='1.0')
)
libraryDependencies += "com.github.zz666zz" % "local-example" % "1.0"
[com.github.zz666zz/local-example "1.0"]