License |
License |
---|---|
GroupId | GroupIdcom.squeakysand |
ArtifactId | ArtifactIdsqueakysand-schema-javaee |
Last Version | Last Version5.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]