GroupId | GroupIdcom.daioware |
---|---|
ArtifactId | ArtifactIdcollections |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
collections-1.0.1-RELEASE.pom | |
collections-1.0.1-RELEASE.jar | 45 KB |
collections-1.0.1-RELEASE-sources.jar | 14 KB |
collections-1.0.1-RELEASE-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware/collections/ -->
<dependency>
<groupId>com.daioware</groupId>
<artifactId>collections</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware/collections/
implementation 'com.daioware:collections:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.daioware/collections/
implementation ("com.daioware:collections:1.0.1-RELEASE")
'com.daioware:collections:jar:1.0.1-RELEASE'
<dependency org="com.daioware" name="collections" rev="1.0.1-RELEASE">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware', module='collections', version='1.0.1-RELEASE')
)
libraryDependencies += "com.daioware" % "collections" % "1.0.1-RELEASE"
[com.daioware/collections "1.0.1-RELEASE"]