Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.coosproject.plugins |
ArtifactId | ArtifactIdlogging-parent |
Version | Version1.2.9 |
Type | Typepom |
Filename | Size |
---|---|
logging-parent-1.2.9.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.coosproject.plugins/logging-parent/ -->
<dependency>
<groupId>org.coosproject.plugins</groupId>
<artifactId>logging-parent</artifactId>
<version>1.2.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coosproject.plugins/logging-parent/
implementation 'org.coosproject.plugins:logging-parent:1.2.9'
// https://jarcasting.com/artifacts/org.coosproject.plugins/logging-parent/
implementation ("org.coosproject.plugins:logging-parent:1.2.9")
'org.coosproject.plugins:logging-parent:pom:1.2.9'
<dependency org="org.coosproject.plugins" name="logging-parent" rev="1.2.9">
<artifact name="logging-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coosproject.plugins', module='logging-parent', version='1.2.9')
)
libraryDependencies += "org.coosproject.plugins" % "logging-parent" % "1.2.9"
[org.coosproject.plugins/logging-parent "1.2.9"]