GroupId | GroupIdcom.github.kaitoy.sneo |
---|---|
ArtifactId | ArtifactIdsneo-core |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
sneo-core-1.2.2.pom | |
sneo-core-1.2.2.jar | 207 KB |
sneo-core-1.2.2-sources.jar | 103 KB |
sneo-core-1.2.2-javadoc.jar | 490 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/sneo-core/
implementation 'com.github.kaitoy.sneo:sneo-core:1.2.2'
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/sneo-core/
implementation ("com.github.kaitoy.sneo:sneo-core:1.2.2")
'com.github.kaitoy.sneo:sneo-core:jar:1.2.2'
<dependency org="com.github.kaitoy.sneo" name="sneo-core" rev="1.2.2">
<artifact name="sneo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaitoy.sneo', module='sneo-core', version='1.2.2')
)
libraryDependencies += "com.github.kaitoy.sneo" % "sneo-core" % "1.2.2"
[com.github.kaitoy.sneo/sneo-core "1.2.2"]