GroupId | GroupIdcloud.piranha.servlet |
---|---|
ArtifactId | ArtifactIdpiranha-servlet-annotationscan |
Version | Version20.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cloud.piranha.servlet/piranha-servlet-annotationscan/ -->
<dependency>
<groupId>cloud.piranha.servlet</groupId>
<artifactId>piranha-servlet-annotationscan</artifactId>
<version>20.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.servlet/piranha-servlet-annotationscan/
implementation 'cloud.piranha.servlet:piranha-servlet-annotationscan:20.3.0'
// https://jarcasting.com/artifacts/cloud.piranha.servlet/piranha-servlet-annotationscan/
implementation ("cloud.piranha.servlet:piranha-servlet-annotationscan:20.3.0")
'cloud.piranha.servlet:piranha-servlet-annotationscan:jar:20.3.0'
<dependency org="cloud.piranha.servlet" name="piranha-servlet-annotationscan" rev="20.3.0">
<artifact name="piranha-servlet-annotationscan" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.servlet', module='piranha-servlet-annotationscan', version='20.3.0')
)
libraryDependencies += "cloud.piranha.servlet" % "piranha-servlet-annotationscan" % "20.3.0"
[cloud.piranha.servlet/piranha-servlet-annotationscan "20.3.0"]