is not current version
Last Version 1.1.0

com.github.marschall:sets 1.0.0

Special purpose implementations of java.util.Set

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

sets
Version

Version

1.0.0
Type

Type

jar

Download sets 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.marschall/sets/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>sets</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/sets/
implementation 'com.github.marschall:sets:1.0.0'
// https://jarcasting.com/artifacts/com.github.marschall/sets/
implementation ("com.github.marschall:sets:1.0.0")
'com.github.marschall:sets:jar:1.0.0'
<dependency org="com.github.marschall" name="sets" rev="1.0.0">
  <artifact name="sets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='sets', version='1.0.0')
)
libraryDependencies += "com.github.marschall" % "sets" % "1.0.0"
[com.github.marschall/sets "1.0.0"]