is not current version
Last Version 2.4

org.myire:scent 2.0.1

A library for collecting Java source code metrics

GroupId

GroupId

org.myire
ArtifactId

ArtifactId

scent
Version

Version

2.0.1
Type

Type

jar

Download scent 2.0.1


<!-- https://jarcasting.com/artifacts/org.myire/scent/ -->
<dependency>
    <groupId>org.myire</groupId>
    <artifactId>scent</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.myire/scent/
implementation 'org.myire:scent:2.0.1'
// https://jarcasting.com/artifacts/org.myire/scent/
implementation ("org.myire:scent:2.0.1")
'org.myire:scent:jar:2.0.1'
<dependency org="org.myire" name="scent" rev="2.0.1">
  <artifact name="scent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.myire', module='scent', version='2.0.1')
)
libraryDependencies += "org.myire" % "scent" % "2.0.1"
[org.myire/scent "2.0.1"]