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