| GroupId | GroupIdorg.deepboof |
|---|---|
| ArtifactId | ArtifactIdlearning |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| learning-0.2.pom | |
| learning-0.2.jar | 42 KB |
| learning-0.2-sources.jar | 42 KB |
| learning-0.2-javadoc.jar | 135 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.deepboof/learning/ -->
<dependency>
<groupId>org.deepboof</groupId>
<artifactId>learning</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.deepboof/learning/
implementation 'org.deepboof:learning:0.2'
// https://jarcasting.com/artifacts/org.deepboof/learning/
implementation ("org.deepboof:learning:0.2")
'org.deepboof:learning:jar:0.2'
<dependency org="org.deepboof" name="learning" rev="0.2">
<artifact name="learning" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deepboof', module='learning', version='0.2')
)
libraryDependencies += "org.deepboof" % "learning" % "0.2"
[org.deepboof/learning "0.2"]