GroupId | GroupIdcom.github.secondbase |
---|---|
ArtifactId | ArtifactIdexample |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
example-0.1.0.pom | |
example-0.1.0.jar | 9 KB |
example-0.1.0-sources.jar | 4 KB |
example-0.1.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.secondbase/example/ -->
<dependency>
<groupId>com.github.secondbase</groupId>
<artifactId>example</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secondbase/example/
implementation 'com.github.secondbase:example:0.1.0'
// https://jarcasting.com/artifacts/com.github.secondbase/example/
implementation ("com.github.secondbase:example:0.1.0")
'com.github.secondbase:example:jar:0.1.0'
<dependency org="com.github.secondbase" name="example" rev="0.1.0">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secondbase', module='example', version='0.1.0')
)
libraryDependencies += "com.github.secondbase" % "example" % "0.1.0"
[com.github.secondbase/example "0.1.0"]