Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.MissThee |
ArtifactId | ArtifactIddata-structure |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
data-structure-1.1.pom | |
data-structure-1.1.jar | 6 KB |
data-structure-1.1-sources.jar | 4 KB |
data-structure-1.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.MissThee/data-structure/ -->
<dependency>
<groupId>com.github.MissThee</groupId>
<artifactId>data-structure</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.MissThee/data-structure/
implementation 'com.github.MissThee:data-structure:1.1'
// https://jarcasting.com/artifacts/com.github.MissThee/data-structure/
implementation ("com.github.MissThee:data-structure:1.1")
'com.github.MissThee:data-structure:jar:1.1'
<dependency org="com.github.MissThee" name="data-structure" rev="1.1">
<artifact name="data-structure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.MissThee', module='data-structure', version='1.1')
)
libraryDependencies += "com.github.MissThee" % "data-structure" % "1.1"
[com.github.MissThee/data-structure "1.1"]