Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.chen0040 |
ArtifactId | ArtifactIdjava-local-outlier-factor |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chen0040/java-local-outlier-factor/ -->
<dependency>
<groupId>com.github.chen0040</groupId>
<artifactId>java-local-outlier-factor</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chen0040/java-local-outlier-factor/
implementation 'com.github.chen0040:java-local-outlier-factor:1.0.3'
// https://jarcasting.com/artifacts/com.github.chen0040/java-local-outlier-factor/
implementation ("com.github.chen0040:java-local-outlier-factor:1.0.3")
'com.github.chen0040:java-local-outlier-factor:jar:1.0.3'
<dependency org="com.github.chen0040" name="java-local-outlier-factor" rev="1.0.3">
<artifact name="java-local-outlier-factor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chen0040', module='java-local-outlier-factor', version='1.0.3')
)
libraryDependencies += "com.github.chen0040" % "java-local-outlier-factor" % "1.0.3"
[com.github.chen0040/java-local-outlier-factor "1.0.3"]