Categories |
CategoriesGrails User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-http-core |
Version | Version1.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-http-core/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-http-core</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-http-core/
implementation 'org.grails:grails-http-core:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-http-core/
implementation ("org.grails:grails-http-core:1.0.2.RELEASE")
'org.grails:grails-http-core:jar:1.0.2.RELEASE'
<dependency org="org.grails" name="grails-http-core" rev="1.0.2.RELEASE">
<artifact name="grails-http-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-http-core', version='1.0.2.RELEASE')
)
libraryDependencies += "org.grails" % "grails-http-core" % "1.0.2.RELEASE"
[org.grails/grails-http-core "1.0.2.RELEASE"]