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