| GroupId | GroupIdeu.mais-h.mathsync |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-0.1.0.pom | |
| core-0.1.0.jar | 22 KB |
| core-0.1.0-sources.jar | 14 KB |
| core-0.1.0-javadoc.jar | 113 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/ -->
<dependency>
<groupId>eu.mais-h.mathsync</groupId>
<artifactId>core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/
implementation 'eu.mais-h.mathsync:core:0.1.0'
// https://jarcasting.com/artifacts/eu.mais-h.mathsync/core/
implementation ("eu.mais-h.mathsync:core:0.1.0")
'eu.mais-h.mathsync:core:jar:0.1.0'
<dependency org="eu.mais-h.mathsync" name="core" rev="0.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mais-h.mathsync', module='core', version='0.1.0')
)
libraryDependencies += "eu.mais-h.mathsync" % "core" % "0.1.0"
[eu.mais-h.mathsync/core "0.1.0"]