GroupId | GroupIdcom.hurence.logisland |
---|---|
ArtifactId | ArtifactIdlogisland |
Version | Version0.9.5 |
Type | Typepom |
Filename | Size |
---|---|
logisland-0.9.5.pom | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hurence.logisland/logisland/ -->
<dependency>
<groupId>com.hurence.logisland</groupId>
<artifactId>logisland</artifactId>
<version>0.9.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland/
implementation 'com.hurence.logisland:logisland:0.9.5'
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland/
implementation ("com.hurence.logisland:logisland:0.9.5")
'com.hurence.logisland:logisland:pom:0.9.5'
<dependency org="com.hurence.logisland" name="logisland" rev="0.9.5">
<artifact name="logisland" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hurence.logisland', module='logisland', version='0.9.5')
)
libraryDependencies += "com.hurence.logisland" % "logisland" % "0.9.5"
[com.hurence.logisland/logisland "0.9.5"]