Categories |
CategoriesData Net |
---|---|
GroupId | GroupIdnet.markenwerk |
ArtifactId | ArtifactIdcommons-datastructures |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.markenwerk/commons-datastructures/ -->
<dependency>
<groupId>net.markenwerk</groupId>
<artifactId>commons-datastructures</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.markenwerk/commons-datastructures/
implementation 'net.markenwerk:commons-datastructures:1.2.1'
// https://jarcasting.com/artifacts/net.markenwerk/commons-datastructures/
implementation ("net.markenwerk:commons-datastructures:1.2.1")
'net.markenwerk:commons-datastructures:jar:1.2.1'
<dependency org="net.markenwerk" name="commons-datastructures" rev="1.2.1">
<artifact name="commons-datastructures" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.markenwerk', module='commons-datastructures', version='1.2.1')
)
libraryDependencies += "net.markenwerk" % "commons-datastructures" % "1.2.1"
[net.markenwerk/commons-datastructures "1.2.1"]