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