GroupId | GroupIdcom.daioware |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version2.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
commons-2.0.1-RELEASE.pom | |
commons-2.0.1-RELEASE.jar | 39 KB |
commons-2.0.1-RELEASE-sources.jar | 18 KB |
commons-2.0.1-RELEASE-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware/commons/ -->
<dependency>
<groupId>com.daioware</groupId>
<artifactId>commons</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware/commons/
implementation 'com.daioware:commons:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.daioware/commons/
implementation ("com.daioware:commons:2.0.1-RELEASE")
'com.daioware:commons:jar:2.0.1-RELEASE'
<dependency org="com.daioware" name="commons" rev="2.0.1-RELEASE">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware', module='commons', version='2.0.1-RELEASE')
)
libraryDependencies += "com.daioware" % "commons" % "2.0.1-RELEASE"
[com.daioware/commons "2.0.1-RELEASE"]