License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdio.divide |
ArtifactId | ArtifactIddao-common |
Version | Version0.5.2 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
dao-common-0.5.2.pom | |
dao-common-0.5.2.jar | 2 KB |
dao-common-0.5.2-tests.jar | 8 KB |
dao-common-0.5.2-sources.jar | 978 bytes |
dao-common-0.5.2-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.divide/dao-common/ -->
<dependency>
<groupId>io.divide</groupId>
<artifactId>dao-common</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.divide/dao-common/
implementation 'io.divide:dao-common:0.5.2'
// https://jarcasting.com/artifacts/io.divide/dao-common/
implementation ("io.divide:dao-common:0.5.2")
'io.divide:dao-common:jar:0.5.2'
<dependency org="io.divide" name="dao-common" rev="0.5.2">
<artifact name="dao-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.divide', module='dao-common', version='0.5.2')
)
libraryDependencies += "io.divide" % "dao-common" % "0.5.2"
[io.divide/dao-common "0.5.2"]
Group / Artifact | Type | Version |
---|---|---|
io.divide : shared | jar | 0.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.apache.commons : commons-lang3 | jar | 3.2.1 |