| GroupId | GroupIdcom.digitalpebble.behemoth |
|---|---|
| ArtifactId | ArtifactIdbehemoth-core |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| behemoth-core-1.0.pom | |
| behemoth-core-1.0.jar | 37 KB |
| behemoth-core-1.0-sources.jar | 25 KB |
| behemoth-core-1.0-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpebble.behemoth/behemoth-core/ -->
<dependency>
<groupId>com.digitalpebble.behemoth</groupId>
<artifactId>behemoth-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble.behemoth/behemoth-core/
implementation 'com.digitalpebble.behemoth:behemoth-core:1.0'
// https://jarcasting.com/artifacts/com.digitalpebble.behemoth/behemoth-core/
implementation ("com.digitalpebble.behemoth:behemoth-core:1.0")
'com.digitalpebble.behemoth:behemoth-core:jar:1.0'
<dependency org="com.digitalpebble.behemoth" name="behemoth-core" rev="1.0">
<artifact name="behemoth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble.behemoth', module='behemoth-core', version='1.0')
)
libraryDependencies += "com.digitalpebble.behemoth" % "behemoth-core" % "1.0"
[com.digitalpebble.behemoth/behemoth-core "1.0"]