| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.kemitix |
| ArtifactId | ArtifactIdlist-head-tail |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionA parent POM for my own personal projects
|
| Filename | Size |
|---|---|
| list-head-tail-1.0.0.pom | |
| list-head-tail-1.0.0.jar | 2 KB |
| list-head-tail-1.0.0-sources.jar | 3 KB |
| list-head-tail-1.0.0-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.kemitix/list-head-tail/ -->
<dependency>
<groupId>net.kemitix</groupId>
<artifactId>list-head-tail</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kemitix/list-head-tail/
implementation 'net.kemitix:list-head-tail:1.0.0'
// https://jarcasting.com/artifacts/net.kemitix/list-head-tail/
implementation ("net.kemitix:list-head-tail:1.0.0")
'net.kemitix:list-head-tail:jar:1.0.0'
<dependency org="net.kemitix" name="list-head-tail" rev="1.0.0">
<artifact name="list-head-tail" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kemitix', module='list-head-tail', version='1.0.0')
)
libraryDependencies += "net.kemitix" % "list-head-tail" % "1.0.0"
[net.kemitix/list-head-tail "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.1 |
| org.assertj : assertj-core | jar | 3.15.0 |