GroupId | GroupIdorg.atteo.moonshine |
---|---|
ArtifactId | ArtifactIdfirebuglogger |
Version | Version1.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
firebuglogger-1.0.RC1.pom | |
firebuglogger-1.0.RC1.jar | 9 KB |
firebuglogger-1.0.RC1-sources.jar | 4 KB |
firebuglogger-1.0.RC1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/firebuglogger/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>firebuglogger</artifactId>
<version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/firebuglogger/
implementation 'org.atteo.moonshine:firebuglogger:1.0.RC1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/firebuglogger/
implementation ("org.atteo.moonshine:firebuglogger:1.0.RC1")
'org.atteo.moonshine:firebuglogger:jar:1.0.RC1'
<dependency org="org.atteo.moonshine" name="firebuglogger" rev="1.0.RC1">
<artifact name="firebuglogger" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='firebuglogger', version='1.0.RC1')
)
libraryDependencies += "org.atteo.moonshine" % "firebuglogger" % "1.0.RC1"
[org.atteo.moonshine/firebuglogger "1.0.RC1"]