Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.mkorman9.districron |
ArtifactId | ArtifactIdcommon |
Version | Version1.0.96 |
Type | Typejar |
Filename | Size |
---|---|
common-1.0.96.pom | |
common-1.0.96.jar | 16 KB |
common-1.0.96-sources.jar | 3 KB |
common-1.0.96-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.96</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkorman9.districron/common/
implementation 'com.github.mkorman9.districron:common:1.0.96'
// https://jarcasting.com/artifacts/com.github.mkorman9.districron/common/
implementation ("com.github.mkorman9.districron:common:1.0.96")
'com.github.mkorman9.districron:common:jar:1.0.96'
<dependency org="com.github.mkorman9.districron" name="common" rev="1.0.96">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkorman9.districron', module='common', version='1.0.96')
)
libraryDependencies += "com.github.mkorman9.districron" % "common" % "1.0.96"
[com.github.mkorman9.districron/common "1.0.96"]