| License |
License |
|---|---|
| GroupId | GroupIdcom.xasync |
| ArtifactId | ArtifactIdisland |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionisland
Island is a Java tool library precipitated in the process of long-term business development.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| island-1.0.0.pom | |
| island-1.0.0.jar | 8 KB |
| island-1.0.0-sources.jar | 7 KB |
| island-1.0.0-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xasync/island/ -->
<dependency>
<groupId>com.xasync</groupId>
<artifactId>island</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xasync/island/
implementation 'com.xasync:island:1.0.0'
// https://jarcasting.com/artifacts/com.xasync/island/
implementation ("com.xasync:island:1.0.0")
'com.xasync:island:jar:1.0.0'
<dependency org="com.xasync" name="island" rev="1.0.0">
<artifact name="island" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xasync', module='island', version='1.0.0')
)
libraryDependencies += "com.xasync" % "island" % "1.0.0"
[com.xasync/island "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |