Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.gavintranter |
ArtifactId | ArtifactIdlogRules |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
logRules-1.0.0.pom | |
logRules-1.0.0.jar | 2 MB |
logRules-1.0.0-sources.jar | 4 KB |
logRules-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gavintranter/logRules/ -->
<dependency>
<groupId>com.github.gavintranter</groupId>
<artifactId>logRules</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gavintranter/logRules/
implementation 'com.github.gavintranter:logRules:1.0.0'
// https://jarcasting.com/artifacts/com.github.gavintranter/logRules/
implementation ("com.github.gavintranter:logRules:1.0.0")
'com.github.gavintranter:logRules:jar:1.0.0'
<dependency org="com.github.gavintranter" name="logRules" rev="1.0.0">
<artifact name="logRules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gavintranter', module='logRules', version='1.0.0')
)
libraryDependencies += "com.github.gavintranter" % "logRules" % "1.0.0"
[com.github.gavintranter/logRules "1.0.0"]