| Группа | Группаcom.github.dmgcodevil |
|---|---|
| Идентификатор | Идентификаторjmspy-core |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jmspy-core-1.0.0.pom | |
| jmspy-core-1.0.0.jar | 68 KB |
| jmspy-core-1.0.0-sources.jar | 37 KB |
| jmspy-core-1.0.0-javadoc.jar | 192 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dmgcodevil/jmspy-core/ -->
<dependency>
<groupId>com.github.dmgcodevil</groupId>
<artifactId>jmspy-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dmgcodevil/jmspy-core/
implementation 'com.github.dmgcodevil:jmspy-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.dmgcodevil/jmspy-core/
implementation ("com.github.dmgcodevil:jmspy-core:1.0.0")
'com.github.dmgcodevil:jmspy-core:jar:1.0.0'
<dependency org="com.github.dmgcodevil" name="jmspy-core" rev="1.0.0">
<artifact name="jmspy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dmgcodevil', module='jmspy-core', version='1.0.0')
)
libraryDependencies += "com.github.dmgcodevil" % "jmspy-core" % "1.0.0"
[com.github.dmgcodevil/jmspy-core "1.0.0"]