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