Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdmessageformat |
Version | Version1.0.0-rc.3 |
Type | Typejar |
Filename | Size |
---|---|
messageformat-1.0.0-rc.3.pom | |
messageformat-1.0.0-rc.3.jar | 118 KB |
messageformat-1.0.0-rc.3-sources.jar | 22 bytes |
messageformat-1.0.0-rc.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/messageformat/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>messageformat</artifactId>
<version>1.0.0-rc.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/messageformat/
implementation 'org.webjars.npm:messageformat:1.0.0-rc.3'
// https://jarcasting.com/artifacts/org.webjars.npm/messageformat/
implementation ("org.webjars.npm:messageformat:1.0.0-rc.3")
'org.webjars.npm:messageformat:jar:1.0.0-rc.3'
<dependency org="org.webjars.npm" name="messageformat" rev="1.0.0-rc.3">
<artifact name="messageformat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='messageformat', version='1.0.0-rc.3')
)
libraryDependencies += "org.webjars.npm" % "messageformat" % "1.0.0-rc.3"
[org.webjars.npm/messageformat "1.0.0-rc.3"]