License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIddjs-commons |
Last Version | Last Version0.1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondjs-commons
Distributed Job Scheduler - Common Libraries
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
djs-commons-0.1.3.1.pom | |
djs-commons-0.1.3.1.jar | 28 KB |
djs-commons-0.1.3.1-sources.jar | 16 KB |
djs-commons-0.1.3.1-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/djs-commons/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>djs-commons</artifactId>
<version>0.1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/djs-commons/
implementation 'com.github.ddth:djs-commons:0.1.3.1'
// https://jarcasting.com/artifacts/com.github.ddth/djs-commons/
implementation ("com.github.ddth:djs-commons:0.1.3.1")
'com.github.ddth:djs-commons:jar:0.1.3.1'
<dependency org="com.github.ddth" name="djs-commons" rev="0.1.3.1">
<artifact name="djs-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='djs-commons', version='0.1.3.1')
)
libraryDependencies += "com.github.ddth" % "djs-commons" % "0.1.3.1"
[com.github.ddth/djs-commons "0.1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ddth : ddth-commons-core | jar | 0.4.0 |
com.github.ddth : ddth-commons-serialization | pom | 0.4.0 |
com.github.ddth : ddth-dao-core | jar | 0.5.0.4 |
com.github.ddth : ddth-dao-jdbc | pom | 0.5.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |