GroupId | GroupIdcom.github.sunnus3 |
---|---|
ArtifactId | ArtifactIdgecco-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
gecco-core-1.3.0.pom | |
gecco-core-1.3.0.jar | 42 KB |
gecco-core-1.3.0-sources.jar | 22 KB |
gecco-core-1.3.0-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sunnus3/gecco-core/ -->
<dependency>
<groupId>com.github.sunnus3</groupId>
<artifactId>gecco-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sunnus3/gecco-core/
implementation 'com.github.sunnus3:gecco-core:1.3.0'
// https://jarcasting.com/artifacts/com.github.sunnus3/gecco-core/
implementation ("com.github.sunnus3:gecco-core:1.3.0")
'com.github.sunnus3:gecco-core:jar:1.3.0'
<dependency org="com.github.sunnus3" name="gecco-core" rev="1.3.0">
<artifact name="gecco-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sunnus3', module='gecco-core', version='1.3.0')
)
libraryDependencies += "com.github.sunnus3" % "gecco-core" % "1.3.0"
[com.github.sunnus3/gecco-core "1.3.0"]