| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.github.mkorman9.districron |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version1.0.101 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDistributed CRON microservice
|
| Filename | Size |
|---|---|
| common-1.0.101.pom | |
| common-1.0.101.jar | 16 KB |
| common-1.0.101-sources.jar | 3 KB |
| common-1.0.101-javadoc.jar | 364 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mkorman9.districron/common/ -->
<dependency>
<groupId>com.github.mkorman9.districron</groupId>
<artifactId>common</artifactId>
<version>1.0.101</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkorman9.districron/common/
implementation 'com.github.mkorman9.districron:common:1.0.101'
// https://jarcasting.com/artifacts/com.github.mkorman9.districron/common/
implementation ("com.github.mkorman9.districron:common:1.0.101")
'com.github.mkorman9.districron:common:jar:1.0.101'
<dependency org="com.github.mkorman9.districron" name="common" rev="1.0.101">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkorman9.districron', module='common', version='1.0.101')
)
libraryDependencies += "com.github.mkorman9.districron" % "common" % "1.0.101"
[com.github.mkorman9.districron/common "1.0.101"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.8 |