License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdio.divide |
ArtifactId | ArtifactIdshared |
Version | Version0.5.2 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
shared-0.5.2.pom | |
shared-0.5.2.jar | 109 KB |
shared-0.5.2-sources.jar | 58 KB |
shared-0.5.2-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.divide/shared/ -->
<dependency>
<groupId>io.divide</groupId>
<artifactId>shared</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.divide/shared/
implementation 'io.divide:shared:0.5.2'
// https://jarcasting.com/artifacts/io.divide/shared/
implementation ("io.divide:shared:0.5.2")
'io.divide:shared:jar:0.5.2'
<dependency org="io.divide" name="shared" rev="0.5.2">
<artifact name="shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.divide', module='shared', version='0.5.2')
)
libraryDependencies += "io.divide" % "shared" % "0.5.2"
[io.divide/shared "0.5.2"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 12.0 |
org.mindrot : jbcrypt | jar | 0.3m |
com.google.code.gson : gson | jar | 2.2.4 |
org.jasypt : jasypt | jar | 1.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |