Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
---|---|
GroupId | GroupIdnet.ripe.commons |
ArtifactId | ArtifactIdcommons-ip-math-gwt |
Version | Version1.22 |
Type | Typejar |
Filename | Size |
---|---|
commons-ip-math-gwt-1.22.pom | |
commons-ip-math-gwt-1.22.jar | 3 KB |
commons-ip-math-gwt-1.22-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ripe.commons/commons-ip-math-gwt/ -->
<dependency>
<groupId>net.ripe.commons</groupId>
<artifactId>commons-ip-math-gwt</artifactId>
<version>1.22</version>
</dependency>
// https://jarcasting.com/artifacts/net.ripe.commons/commons-ip-math-gwt/
implementation 'net.ripe.commons:commons-ip-math-gwt:1.22'
// https://jarcasting.com/artifacts/net.ripe.commons/commons-ip-math-gwt/
implementation ("net.ripe.commons:commons-ip-math-gwt:1.22")
'net.ripe.commons:commons-ip-math-gwt:jar:1.22'
<dependency org="net.ripe.commons" name="commons-ip-math-gwt" rev="1.22">
<artifact name="commons-ip-math-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ripe.commons', module='commons-ip-math-gwt', version='1.22')
)
libraryDependencies += "net.ripe.commons" % "commons-ip-math-gwt" % "1.22"
[net.ripe.commons/commons-ip-math-gwt "1.22"]