Categories |
CategoriesPayara Container Application Servers Maven Build Tools |
---|---|
GroupId | GroupIdfish.payara.maven.extensions |
ArtifactId | ArtifactIdregex-profile-activator |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fish.payara.maven.extensions/regex-profile-activator/ -->
<dependency>
<groupId>fish.payara.maven.extensions</groupId>
<artifactId>regex-profile-activator</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/fish.payara.maven.extensions/regex-profile-activator/
implementation 'fish.payara.maven.extensions:regex-profile-activator:0.2'
// https://jarcasting.com/artifacts/fish.payara.maven.extensions/regex-profile-activator/
implementation ("fish.payara.maven.extensions:regex-profile-activator:0.2")
'fish.payara.maven.extensions:regex-profile-activator:jar:0.2'
<dependency org="fish.payara.maven.extensions" name="regex-profile-activator" rev="0.2">
<artifact name="regex-profile-activator" type="jar" />
</dependency>
@Grapes(
@Grab(group='fish.payara.maven.extensions', module='regex-profile-activator', version='0.2')
)
libraryDependencies += "fish.payara.maven.extensions" % "regex-profile-activator" % "0.2"
[fish.payara.maven.extensions/regex-profile-activator "0.2"]