Categories |
Categoriesdruid Data Databases |
---|---|
GroupId | GroupIdcom.github.druidgreeneyes |
ArtifactId | ArtifactIdrivet-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rivet-core-1.0.3.pom | |
rivet-core-1.0.3.jar | 98 KB |
rivet-core-1.0.3-sources.jar | 1017 KB |
rivet-core-1.0.3-javadoc.jar | 328 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.druidgreeneyes/rivet-core/ -->
<dependency>
<groupId>com.github.druidgreeneyes</groupId>
<artifactId>rivet-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.druidgreeneyes/rivet-core/
implementation 'com.github.druidgreeneyes:rivet-core:1.0.3'
// https://jarcasting.com/artifacts/com.github.druidgreeneyes/rivet-core/
implementation ("com.github.druidgreeneyes:rivet-core:1.0.3")
'com.github.druidgreeneyes:rivet-core:jar:1.0.3'
<dependency org="com.github.druidgreeneyes" name="rivet-core" rev="1.0.3">
<artifact name="rivet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.druidgreeneyes', module='rivet-core', version='1.0.3')
)
libraryDependencies += "com.github.druidgreeneyes" % "rivet-core" % "1.0.3"
[com.github.druidgreeneyes/rivet-core "1.0.3"]