License |
License
Harium Commercial License
|
---|---|
GroupId | GroupIdcom.harium.marine |
ArtifactId | ArtifactIdcore |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionMarine
A web framework over sparkjava
|
Filename | Size |
---|---|
core-1.1.1.pom | |
core-1.1.1.jar | 7 KB |
core-1.1.1-sources.jar | 3 KB |
core-1.1.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.marine/core/ -->
<dependency>
<groupId>com.harium.marine</groupId>
<artifactId>core</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.marine/core/
implementation 'com.harium.marine:core:1.1.1'
// https://jarcasting.com/artifacts/com.harium.marine/core/
implementation ("com.harium.marine:core:1.1.1")
'com.harium.marine:core:jar:1.1.1'
<dependency org="com.harium.marine" name="core" rev="1.1.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.marine', module='core', version='1.1.1')
)
libraryDependencies += "com.harium.marine" % "core" % "1.1.1"
[com.harium.marine/core "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sparkjava : spark-core | jar | 2.9.3 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |