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