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