Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdde.kaufhof.ets |
ArtifactId | ArtifactIdets-logging-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
ets-logging-parent-0.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.kaufhof.ets/ets-logging-parent/ -->
<dependency>
<groupId>de.kaufhof.ets</groupId>
<artifactId>ets-logging-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.kaufhof.ets/ets-logging-parent/
implementation 'de.kaufhof.ets:ets-logging-parent:0.1.0'
// https://jarcasting.com/artifacts/de.kaufhof.ets/ets-logging-parent/
implementation ("de.kaufhof.ets:ets-logging-parent:0.1.0")
'de.kaufhof.ets:ets-logging-parent:pom:0.1.0'
<dependency org="de.kaufhof.ets" name="ets-logging-parent" rev="0.1.0">
<artifact name="ets-logging-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.kaufhof.ets', module='ets-logging-parent', version='0.1.0')
)
libraryDependencies += "de.kaufhof.ets" % "ets-logging-parent" % "0.1.0"
[de.kaufhof.ets/ets-logging-parent "0.1.0"]