Categories |
CategoriesGuava General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.lontime |
ArtifactId | ArtifactIdextguava-jre-library |
Version | Version1.0.0-M15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lontime/extguava-jre-library/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>extguava-jre-library</artifactId>
<version>1.0.0-M15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/extguava-jre-library/
implementation 'com.github.lontime:extguava-jre-library:1.0.0-M15'
// https://jarcasting.com/artifacts/com.github.lontime/extguava-jre-library/
implementation ("com.github.lontime:extguava-jre-library:1.0.0-M15")
'com.github.lontime:extguava-jre-library:jar:1.0.0-M15'
<dependency org="com.github.lontime" name="extguava-jre-library" rev="1.0.0-M15">
<artifact name="extguava-jre-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='extguava-jre-library', version='1.0.0-M15')
)
libraryDependencies += "com.github.lontime" % "extguava-jre-library" % "1.0.0-M15"
[com.github.lontime/extguava-jre-library "1.0.0-M15"]