Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.entur.ror.helpers |
ArtifactId | ArtifactIdlogging |
Version | Version1.0.78 |
Type | Typejar |
Filename | Size |
---|---|
logging-1.0.78.pom | |
logging-1.0.78.jar | 3 KB |
logging-1.0.78-sources.jar | 3 KB |
logging-1.0.78-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.entur.ror.helpers/logging/ -->
<dependency>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>logging</artifactId>
<version>1.0.78</version>
</dependency>
// https://jarcasting.com/artifacts/org.entur.ror.helpers/logging/
implementation 'org.entur.ror.helpers:logging:1.0.78'
// https://jarcasting.com/artifacts/org.entur.ror.helpers/logging/
implementation ("org.entur.ror.helpers:logging:1.0.78")
'org.entur.ror.helpers:logging:jar:1.0.78'
<dependency org="org.entur.ror.helpers" name="logging" rev="1.0.78">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.entur.ror.helpers', module='logging', version='1.0.78')
)
libraryDependencies += "org.entur.ror.helpers" % "logging" % "1.0.78"
[org.entur.ror.helpers/logging "1.0.78"]