License |
License |
---|---|
Categories |
CategoriesGuava General Purpose Libraries Utility |
GroupId | GroupIdio.janusproject.guava |
ArtifactId | ArtifactIdguava-parent |
Last Version | Last Version19.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGuava Maven Parent
Fork of Google Guava-libraries (Google Core Libraries for Java 1.6+) to enable the update of the annotations' name
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guava-parent-19.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.janusproject.guava/guava-parent/ -->
<dependency>
<groupId>io.janusproject.guava</groupId>
<artifactId>guava-parent</artifactId>
<version>19.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.janusproject.guava/guava-parent/
implementation 'io.janusproject.guava:guava-parent:19.0.0'
// https://jarcasting.com/artifacts/io.janusproject.guava/guava-parent/
implementation ("io.janusproject.guava:guava-parent:19.0.0")
'io.janusproject.guava:guava-parent:pom:19.0.0'
<dependency org="io.janusproject.guava" name="guava-parent" rev="19.0.0">
<artifact name="guava-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.janusproject.guava', module='guava-parent', version='19.0.0')
)
libraryDependencies += "io.janusproject.guava" % "guava-parent" % "19.0.0"
[io.janusproject.guava/guava-parent "19.0.0"]