| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.truward.semantic |
| Идентификатор | Идентификаторsemantic-id |
| Версия | Версия2.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| semantic-id-2.0.1.pom | |
| semantic-id-2.0.1.jar | 10 KB |
| semantic-id-2.0.1-sources.jar | 7 KB |
| semantic-id-2.0.1-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.truward.semantic/semantic-id/ -->
<dependency>
<groupId>com.truward.semantic</groupId>
<artifactId>semantic-id</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.semantic/semantic-id/
implementation 'com.truward.semantic:semantic-id:2.0.1'
// https://jarcasting.com/artifacts/com.truward.semantic/semantic-id/
implementation ("com.truward.semantic:semantic-id:2.0.1")
'com.truward.semantic:semantic-id:jar:2.0.1'
<dependency org="com.truward.semantic" name="semantic-id" rev="2.0.1">
<artifact name="semantic-id" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.semantic', module='semantic-id', version='2.0.1')
)
libraryDependencies += "com.truward.semantic" % "semantic-id" % "2.0.1"
[com.truward.semantic/semantic-id "2.0.1"]