Categories |
CategoriesJava 8 Languages |
---|---|
GroupId | GroupIdcom.github.toto-castaldi |
ArtifactId | ArtifactIdjava8 |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
java8-1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.toto-castaldi/java8/ -->
<dependency>
<groupId>com.github.toto-castaldi</groupId>
<artifactId>java8</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.toto-castaldi/java8/
implementation 'com.github.toto-castaldi:java8:1.0'
// https://jarcasting.com/artifacts/com.github.toto-castaldi/java8/
implementation ("com.github.toto-castaldi:java8:1.0")
'com.github.toto-castaldi:java8:pom:1.0'
<dependency org="com.github.toto-castaldi" name="java8" rev="1.0">
<artifact name="java8" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.toto-castaldi', module='java8', version='1.0')
)
libraryDependencies += "com.github.toto-castaldi" % "java8" % "1.0"
[com.github.toto-castaldi/java8 "1.0"]