GroupId | GroupIdcom.github.tknudsen |
---|---|
ArtifactId | ArtifactIdattribute-analyzer |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
attribute-analyzer-0.0.6.pom | |
attribute-analyzer-0.0.6.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tknudsen/attribute-analyzer/ -->
<dependency>
<groupId>com.github.tknudsen</groupId>
<artifactId>attribute-analyzer</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tknudsen/attribute-analyzer/
implementation 'com.github.tknudsen:attribute-analyzer:0.0.6'
// https://jarcasting.com/artifacts/com.github.tknudsen/attribute-analyzer/
implementation ("com.github.tknudsen:attribute-analyzer:0.0.6")
'com.github.tknudsen:attribute-analyzer:jar:0.0.6'
<dependency org="com.github.tknudsen" name="attribute-analyzer" rev="0.0.6">
<artifact name="attribute-analyzer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tknudsen', module='attribute-analyzer', version='0.0.6')
)
libraryDependencies += "com.github.tknudsen" % "attribute-analyzer" % "0.0.6"
[com.github.tknudsen/attribute-analyzer "0.0.6"]