License |
License |
---|---|
GroupId | GroupIdorg.jgrapes |
ArtifactId | ArtifactIdorg.jgrapes.core |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionorg.jgrapes.core
(No description)
|
Project URL |
Project URL |
Filename | Size |
---|---|
org.jgrapes.core-1.2.0.pom | |
org.jgrapes.core-1.2.0.jar | 204 KB |
org.jgrapes.core-1.2.0-sources.jar | 98 KB |
org.jgrapes.core-1.2.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.core/ -->
<dependency>
<groupId>org.jgrapes</groupId>
<artifactId>org.jgrapes.core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.core/
implementation 'org.jgrapes:org.jgrapes.core:1.2.0'
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.core/
implementation ("org.jgrapes:org.jgrapes.core:1.2.0")
'org.jgrapes:org.jgrapes.core:jar:1.2.0'
<dependency org="org.jgrapes" name="org.jgrapes.core" rev="1.2.0">
<artifact name="org.jgrapes.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jgrapes', module='org.jgrapes.core', version='1.2.0')
)
libraryDependencies += "org.jgrapes" % "org.jgrapes.core" % "1.2.0"
[org.jgrapes/org.jgrapes.core "1.2.0"]