GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdlists |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
lists-1.1.0.pom | |
lists-1.1.0.jar | 23 KB |
lists-1.1.0-sources.jar | 12 KB |
lists-1.1.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/lists/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>lists</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/lists/
implementation 'com.github.marschall:lists:1.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/lists/
implementation ("com.github.marschall:lists:1.1.0")
'com.github.marschall:lists:jar:1.1.0'
<dependency org="com.github.marschall" name="lists" rev="1.1.0">
<artifact name="lists" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='lists', version='1.1.0')
)
libraryDependencies += "com.github.marschall" % "lists" % "1.1.0"
[com.github.marschall/lists "1.1.0"]