GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdportal |
Version | Version1.0rc2 |
Type | Typejar |
Filename | Size |
---|---|
portal-1.0rc2.pom | |
portal-1.0rc2.jar | 15 KB |
portal-1.0rc2-javadoc.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/portal/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>portal</artifactId>
<version>1.0rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/portal/
implementation 'org.webjars:portal:1.0rc2'
// https://jarcasting.com/artifacts/org.webjars/portal/
implementation ("org.webjars:portal:1.0rc2")
'org.webjars:portal:jar:1.0rc2'
<dependency org="org.webjars" name="portal" rev="1.0rc2">
<artifact name="portal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='portal', version='1.0rc2')
)
libraryDependencies += "org.webjars" % "portal" % "1.0rc2"
[org.webjars/portal "1.0rc2"]