| GroupId | GroupIdio.github.ma1uta.matrix |
|---|---|
| ArtifactId | ArtifactIdjeon |
| Version | Version0.7.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jeon-0.7.0.pom | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ma1uta.matrix/jeon/ -->
<dependency>
<groupId>io.github.ma1uta.matrix</groupId>
<artifactId>jeon</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ma1uta.matrix/jeon/
implementation 'io.github.ma1uta.matrix:jeon:0.7.0'
// https://jarcasting.com/artifacts/io.github.ma1uta.matrix/jeon/
implementation ("io.github.ma1uta.matrix:jeon:0.7.0")
'io.github.ma1uta.matrix:jeon:pom:0.7.0'
<dependency org="io.github.ma1uta.matrix" name="jeon" rev="0.7.0">
<artifact name="jeon" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ma1uta.matrix', module='jeon', version='0.7.0')
)
libraryDependencies += "io.github.ma1uta.matrix" % "jeon" % "0.7.0"
[io.github.ma1uta.matrix/jeon "0.7.0"]