| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторsimplevalidation-standalone |
| Последняя версия | Последняя версия1.14 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSimplevalidation Standalone
Build which includes nbstubs for use in standalone
swing applications
|
| Организация-разработчик |
Организация-разработчикMastfrog Technologies |
<!-- https://jarcasting.com/artifacts/com.mastfrog/simplevalidation-standalone/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>simplevalidation-standalone</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/simplevalidation-standalone/
implementation 'com.mastfrog:simplevalidation-standalone:1.14'
// https://jarcasting.com/artifacts/com.mastfrog/simplevalidation-standalone/
implementation ("com.mastfrog:simplevalidation-standalone:1.14")
'com.mastfrog:simplevalidation-standalone:jar:1.14'
<dependency org="com.mastfrog" name="simplevalidation-standalone" rev="1.14">
<artifact name="simplevalidation-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='simplevalidation-standalone', version='1.14')
)
libraryDependencies += "com.mastfrog" % "simplevalidation-standalone" % "1.14"
[com.mastfrog/simplevalidation-standalone "1.14"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.mastfrog : simplevalidation | jar | 1.14 |
| com.mastfrog : simplevalidation-swing | jar | 1.14 |
| com.mastfrog : nbstubs | jar | 1.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |