Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.nofdev |
ArtifactId | ArtifactIdservice-logging |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
service-logging-1.3.1.pom | |
service-logging-1.3.1.jar | 2 KB |
service-logging-1.3.1-sources.jar | 4 KB |
service-logging-1.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.nofdev/service-logging/ -->
<dependency>
<groupId>org.nofdev</groupId>
<artifactId>service-logging</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/service-logging/
implementation 'org.nofdev:service-logging:1.3.1'
// https://jarcasting.com/artifacts/org.nofdev/service-logging/
implementation ("org.nofdev:service-logging:1.3.1")
'org.nofdev:service-logging:pom:1.3.1'
<dependency org="org.nofdev" name="service-logging" rev="1.3.1">
<artifact name="service-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='service-logging', version='1.3.1')
)
libraryDependencies += "org.nofdev" % "service-logging" % "1.3.1"
[org.nofdev/service-logging "1.3.1"]