| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.squeakysand |
| Идентификатор | Идентификаторsqueakysand-schema-javaee |
| Последняя версия | Последняя версия5.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.squeakysand - squeakysand-schema-javaee
A POM that can be extended by POMs that deal with Java source code (jars, wars and ejbs etc).
It configures many common reports and other build settings that are common to all projects
that contain Java source code.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.squeakysand/squeakysand-schema-javaee/ -->
<dependency>
<groupId>com.squeakysand</groupId>
<artifactId>squeakysand-schema-javaee</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand/squeakysand-schema-javaee/
implementation 'com.squeakysand:squeakysand-schema-javaee:5.0.2'
// https://jarcasting.com/artifacts/com.squeakysand/squeakysand-schema-javaee/
implementation ("com.squeakysand:squeakysand-schema-javaee:5.0.2")
'com.squeakysand:squeakysand-schema-javaee:jar:5.0.2'
<dependency org="com.squeakysand" name="squeakysand-schema-javaee" rev="5.0.2">
<artifact name="squeakysand-schema-javaee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand', module='squeakysand-schema-javaee', version='5.0.2')
)
libraryDependencies += "com.squeakysand" % "squeakysand-schema-javaee" % "5.0.2"
[com.squeakysand/squeakysand-schema-javaee "5.0.2"]