GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdlogic |
Version | Version0.8.22 |
Type | Typejar |
Filename | Size |
---|---|
logic-0.8.22.pom | |
logic-0.8.22.jar | 126 KB |
logic-0.8.22-tests.jar | 29 KB |
logic-0.8.22-sources.jar | 147 KB |
logic-0.8.22-javadoc.jar | 656 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/logic/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>logic</artifactId>
<version>0.8.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/logic/
implementation 'com.thesett:logic:0.8.22'
// https://jarcasting.com/artifacts/com.thesett/logic/
implementation ("com.thesett:logic:0.8.22")
'com.thesett:logic:jar:0.8.22'
<dependency org="com.thesett" name="logic" rev="0.8.22">
<artifact name="logic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='logic', version='0.8.22')
)
libraryDependencies += "com.thesett" % "logic" % "0.8.22"
[com.thesett/logic "0.8.22"]