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