Categories |
CategoriesGrails User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.grails.profiles |
ArtifactId | ArtifactIdplugin |
Version | Version5.0.0-RC3 |
Type | Typejar |
Filename | Size |
---|---|
plugin-5.0.0-RC3.pom | |
plugin-5.0.0-RC3.jar | 12 KB |
plugin-5.0.0-RC3-sources.jar | 8 KB |
plugin-5.0.0-RC3-profile.yml | 510 bytes |
plugin-5.0.0-RC3-javadoc.jar | 463 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails.profiles/plugin/ -->
<dependency>
<groupId>org.grails.profiles</groupId>
<artifactId>plugin</artifactId>
<version>5.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails.profiles/plugin/
implementation 'org.grails.profiles:plugin:5.0.0-RC3'
// https://jarcasting.com/artifacts/org.grails.profiles/plugin/
implementation ("org.grails.profiles:plugin:5.0.0-RC3")
'org.grails.profiles:plugin:jar:5.0.0-RC3'
<dependency org="org.grails.profiles" name="plugin" rev="5.0.0-RC3">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails.profiles', module='plugin', version='5.0.0-RC3')
)
libraryDependencies += "org.grails.profiles" % "plugin" % "5.0.0-RC3"
[org.grails.profiles/plugin "5.0.0-RC3"]