License |
License |
---|---|
GroupId | GroupIdcom.github.esastack |
ArtifactId | ArtifactIdcommons-build |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionCommons :: build
Building support of ESA Stack projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-build-0.0.1.pom | |
commons-build-0.0.1.jar | 6 KB |
commons-build-0.0.1-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.esastack/commons-build/ -->
<dependency>
<groupId>com.github.esastack</groupId>
<artifactId>commons-build</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.esastack/commons-build/
implementation 'com.github.esastack:commons-build:0.0.1'
// https://jarcasting.com/artifacts/com.github.esastack/commons-build/
implementation ("com.github.esastack:commons-build:0.0.1")
'com.github.esastack:commons-build:jar:0.0.1'
<dependency org="com.github.esastack" name="commons-build" rev="0.0.1">
<artifact name="commons-build" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.esastack', module='commons-build', version='0.0.1')
)
libraryDependencies += "com.github.esastack" % "commons-build" % "0.0.1"
[com.github.esastack/commons-build "0.0.1"]