License |
License |
---|---|
GroupId | GroupIdde.tum.ei.lkn.eces |
ArtifactId | ArtifactIdmaster-commons |
Version | Version1.0.20 |
Type | Typejar |
Description |
DescriptionProject with common configs from which all projects using the ECES framework should inherit. The ECES framework is implemented in the de.tum.ei.lkn.eces.core artifact.
|
Filename | Size |
---|---|
master-commons-1.0.20.pom | |
master-commons-1.0.20.jar | 3 KB |
master-commons-1.0.20-tests.jar | 7 KB |
master-commons-1.0.20-sources.jar | 1 KB |
master-commons-1.0.20-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/master-commons/ -->
<dependency>
<groupId>de.tum.ei.lkn.eces</groupId>
<artifactId>master-commons</artifactId>
<version>1.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/master-commons/
implementation 'de.tum.ei.lkn.eces:master-commons:1.0.20'
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/master-commons/
implementation ("de.tum.ei.lkn.eces:master-commons:1.0.20")
'de.tum.ei.lkn.eces:master-commons:jar:1.0.20'
<dependency org="de.tum.ei.lkn.eces" name="master-commons" rev="1.0.20">
<artifact name="master-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tum.ei.lkn.eces', module='master-commons', version='1.0.20')
)
libraryDependencies += "de.tum.ei.lkn.eces" % "master-commons" % "1.0.20"
[de.tum.ei.lkn.eces/master-commons "1.0.20"]
Group / Artifact | Type | Version |
---|---|---|
org.aeonbits.owner : owner | jar | 1.0.10 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |