| GroupId | GroupIdde.viadee.xai.anchor |
|---|---|
| ArtifactId | ArtifactIdDefaultMLMethods |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| DefaultMLMethods-1.0.3.pom | |
| DefaultMLMethods-1.0.3.jar | 5 MB |
| DefaultMLMethods-1.0.3-sources.jar | 5 MB |
| DefaultMLMethods-1.0.3-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.viadee.xai.anchor/DefaultMLMethods/ -->
<dependency>
<groupId>de.viadee.xai.anchor</groupId>
<artifactId>DefaultMLMethods</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.viadee.xai.anchor/DefaultMLMethods/
implementation 'de.viadee.xai.anchor:DefaultMLMethods:1.0.3'
// https://jarcasting.com/artifacts/de.viadee.xai.anchor/DefaultMLMethods/
implementation ("de.viadee.xai.anchor:DefaultMLMethods:1.0.3")
'de.viadee.xai.anchor:DefaultMLMethods:jar:1.0.3'
<dependency org="de.viadee.xai.anchor" name="DefaultMLMethods" rev="1.0.3">
<artifact name="DefaultMLMethods" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viadee.xai.anchor', module='DefaultMLMethods', version='1.0.3')
)
libraryDependencies += "de.viadee.xai.anchor" % "DefaultMLMethods" % "1.0.3"
[de.viadee.xai.anchor/DefaultMLMethods "1.0.3"]