Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.sudoplay.math |
ArtifactId | ArtifactIdsudomath |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sudomath-1.0.1.pom | |
sudomath-1.0.1.jar | 140 KB |
sudomath-1.0.1-sources.jar | 118 KB |
sudomath-1.0.1-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sudoplay.math/sudomath/ -->
<dependency>
<groupId>com.sudoplay.math</groupId>
<artifactId>sudomath</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sudoplay.math/sudomath/
implementation 'com.sudoplay.math:sudomath:1.0.1'
// https://jarcasting.com/artifacts/com.sudoplay.math/sudomath/
implementation ("com.sudoplay.math:sudomath:1.0.1")
'com.sudoplay.math:sudomath:jar:1.0.1'
<dependency org="com.sudoplay.math" name="sudomath" rev="1.0.1">
<artifact name="sudomath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sudoplay.math', module='sudomath', version='1.0.1')
)
libraryDependencies += "com.sudoplay.math" % "sudomath" % "1.0.1"
[com.sudoplay.math/sudomath "1.0.1"]