License |
License |
---|---|
GroupId | GroupIdcom.github.esastack |
ArtifactId | ArtifactIdcommons |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionCommons :: Core
ESA Commons is the common lib of ESA Stack.
|
Filename | Size |
---|---|
commons-0.0.1.pom | |
commons-0.0.1.jar | 289 KB |
commons-0.0.1-sources.jar | 196 KB |
commons-0.0.1-javadoc.jar | 869 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.esastack/commons/ -->
<dependency>
<groupId>com.github.esastack</groupId>
<artifactId>commons</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.esastack/commons/
implementation 'com.github.esastack:commons:0.0.1'
// https://jarcasting.com/artifacts/com.github.esastack/commons/
implementation ("com.github.esastack:commons:0.0.1")
'com.github.esastack:commons:jar:0.0.1'
<dependency org="com.github.esastack" name="commons" rev="0.0.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.esastack', module='commons', version='0.0.1')
)
libraryDependencies += "com.github.esastack" % "commons" % "0.0.1"
[com.github.esastack/commons "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-common Optional | jar | |
org.slf4j : slf4j-api Optional | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
org.mockito : mockito-inline | jar | 3.3.3 |