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