GroupId | GroupIdorg.smartboot.servlet |
---|---|
ArtifactId | ArtifactIdservlet-plugins-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
servlet-plugins-parent-0.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-plugins-parent/ -->
<dependency>
<groupId>org.smartboot.servlet</groupId>
<artifactId>servlet-plugins-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-plugins-parent/
implementation 'org.smartboot.servlet:servlet-plugins-parent:0.1.0'
// https://jarcasting.com/artifacts/org.smartboot.servlet/servlet-plugins-parent/
implementation ("org.smartboot.servlet:servlet-plugins-parent:0.1.0")
'org.smartboot.servlet:servlet-plugins-parent:pom:0.1.0'
<dependency org="org.smartboot.servlet" name="servlet-plugins-parent" rev="0.1.0">
<artifact name="servlet-plugins-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.servlet', module='servlet-plugins-parent', version='0.1.0')
)
libraryDependencies += "org.smartboot.servlet" % "servlet-plugins-parent" % "0.1.0"
[org.smartboot.servlet/servlet-plugins-parent "0.1.0"]