| Категории |
КатегорииJava Языки программирования Сеть KeY Данные Data Formats Formal Verification |
|---|---|
| Группа | Группаnet.java.truecommons |
| Идентификатор | Идентификаторtruecommons-key-spec |
| Версия | Версия2.2.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-spec/ -->
<dependency>
<groupId>net.java.truecommons</groupId>
<artifactId>truecommons-key-spec</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-spec/
implementation 'net.java.truecommons:truecommons-key-spec:2.2.1'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-spec/
implementation ("net.java.truecommons:truecommons-key-spec:2.2.1")
'net.java.truecommons:truecommons-key-spec:jar:2.2.1'
<dependency org="net.java.truecommons" name="truecommons-key-spec" rev="2.2.1">
<artifact name="truecommons-key-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-key-spec', version='2.2.1')
)
libraryDependencies += "net.java.truecommons" % "truecommons-key-spec" % "2.2.1"
[net.java.truecommons/truecommons-key-spec "2.2.1"]