Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.dexcoder |
ArtifactId | ArtifactIddexcoder-commons |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
dexcoder-commons-2.3.0.pom | |
dexcoder-commons-2.3.0.jar | 96 KB |
dexcoder-commons-2.3.0-sources.jar | 94 KB |
dexcoder-commons-2.3.0-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dexcoder/dexcoder-commons/ -->
<dependency>
<groupId>com.dexcoder</groupId>
<artifactId>dexcoder-commons</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dexcoder/dexcoder-commons/
implementation 'com.dexcoder:dexcoder-commons:2.3.0'
// https://jarcasting.com/artifacts/com.dexcoder/dexcoder-commons/
implementation ("com.dexcoder:dexcoder-commons:2.3.0")
'com.dexcoder:dexcoder-commons:jar:2.3.0'
<dependency org="com.dexcoder" name="dexcoder-commons" rev="2.3.0">
<artifact name="dexcoder-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dexcoder', module='dexcoder-commons', version='2.3.0')
)
libraryDependencies += "com.dexcoder" % "dexcoder-commons" % "2.3.0"
[com.dexcoder/dexcoder-commons "2.3.0"]