Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.into-cps.maestro.plugins |
ArtifactId | ArtifactIddebuglogging |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
debuglogging-2.0.0.pom | |
debuglogging-2.0.0.jar | 6 KB |
debuglogging-2.0.0-sources.jar | 2 KB |
debuglogging-2.0.0-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/debuglogging/ -->
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>debuglogging</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/debuglogging/
implementation 'org.into-cps.maestro.plugins:debuglogging:2.0.0'
// https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/debuglogging/
implementation ("org.into-cps.maestro.plugins:debuglogging:2.0.0")
'org.into-cps.maestro.plugins:debuglogging:jar:2.0.0'
<dependency org="org.into-cps.maestro.plugins" name="debuglogging" rev="2.0.0">
<artifact name="debuglogging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro.plugins', module='debuglogging', version='2.0.0')
)
libraryDependencies += "org.into-cps.maestro.plugins" % "debuglogging" % "2.0.0"
[org.into-cps.maestro.plugins/debuglogging "2.0.0"]