GroupId | GroupIdcom.github.kaitoy.sneo |
---|---|
ArtifactId | ArtifactIdsneo-core |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
sneo-core-1.2.0.pom | |
sneo-core-1.2.0.jar | 178 KB |
sneo-core-1.2.0-sources.jar | 92 KB |
sneo-core-1.2.0-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaitoy.sneo/sneo-core/ -->
<dependency>
<groupId>com.github.kaitoy.sneo</groupId>
<artifactId>sneo-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/sneo-core/
implementation 'com.github.kaitoy.sneo:sneo-core:1.2.0'
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/sneo-core/
implementation ("com.github.kaitoy.sneo:sneo-core:1.2.0")
'com.github.kaitoy.sneo:sneo-core:jar:1.2.0'
<dependency org="com.github.kaitoy.sneo" name="sneo-core" rev="1.2.0">
<artifact name="sneo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaitoy.sneo', module='sneo-core', version='1.2.0')
)
libraryDependencies += "com.github.kaitoy.sneo" % "sneo-core" % "1.2.0"
[com.github.kaitoy.sneo/sneo-core "1.2.0"]