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