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