License |
License |
---|---|
GroupId | GroupIdcom.daioware |
ArtifactId | ArtifactIdcollections |
Version | Version1.0.2-RELEASE |
Type | Typejar |
Description |
DescriptionCollections
Collections
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
collections-1.0.2-RELEASE.pom | |
collections-1.0.2-RELEASE.jar | 44 KB |
collections-1.0.2-RELEASE-sources.jar | 14 KB |
collections-1.0.2-RELEASE-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware/collections/ -->
<dependency>
<groupId>com.daioware</groupId>
<artifactId>collections</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware/collections/
implementation 'com.daioware:collections:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.daioware/collections/
implementation ("com.daioware:collections:1.0.2-RELEASE")
'com.daioware:collections:jar:1.0.2-RELEASE'
<dependency org="com.daioware" name="collections" rev="1.0.2-RELEASE">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware', module='collections', version='1.0.2-RELEASE')
)
libraryDependencies += "com.daioware" % "collections" % "1.0.2-RELEASE"
[com.daioware/collections "1.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.daioware : commons | jar | 1.0.0-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |