License |
License |
---|---|
GroupId | GroupIdcom.github.kaitoy.sneo |
ArtifactId | ArtifactIdsneo-common |
Version | Version1.2.3 |
Type | Typejar |
Description |
DescriptionSNeO Common
The common module of SNeO.
|
Filename | Size |
---|---|
sneo-common-1.2.3.pom | |
sneo-common-1.2.3.jar | 3 KB |
sneo-common-1.2.3-sources.jar | 1 KB |
sneo-common-1.2.3-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaitoy.sneo/sneo-common/ -->
<dependency>
<groupId>com.github.kaitoy.sneo</groupId>
<artifactId>sneo-common</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/sneo-common/
implementation 'com.github.kaitoy.sneo:sneo-common:1.2.3'
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/sneo-common/
implementation ("com.github.kaitoy.sneo:sneo-common:1.2.3")
'com.github.kaitoy.sneo:sneo-common:jar:1.2.3'
<dependency org="com.github.kaitoy.sneo" name="sneo-common" rev="1.2.3">
<artifact name="sneo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaitoy.sneo', module='sneo-common', version='1.2.3')
)
libraryDependencies += "com.github.kaitoy.sneo" % "sneo-common" % "1.2.3"
[com.github.kaitoy.sneo/sneo-common "1.2.3"]