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