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