GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdsets |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
sets-1.0.2.pom | |
sets-1.0.2.jar | 17 KB |
sets-1.0.2-sources.jar | 10 KB |
sets-1.0.2-javadoc.jar | 34 KB |
sets-1.0.2-jar-with-test-dependencies.jar | 22 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/sets/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>sets</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/sets/
implementation 'com.github.marschall:sets:1.0.2'
// https://jarcasting.com/artifacts/com.github.marschall/sets/
implementation ("com.github.marschall:sets:1.0.2")
'com.github.marschall:sets:jar:1.0.2'
<dependency org="com.github.marschall" name="sets" rev="1.0.2">
<artifact name="sets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='sets', version='1.0.2')
)
libraryDependencies += "com.github.marschall" % "sets" % "1.0.2"
[com.github.marschall/sets "1.0.2"]