Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdthrough2 |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
through2-0.5.1.pom | |
through2-0.5.1.jar | 4 KB |
through2-0.5.1-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/through2/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>through2</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/through2/
implementation 'org.webjars:through2:0.5.1'
// https://jarcasting.com/artifacts/org.webjars/through2/
implementation ("org.webjars:through2:0.5.1")
'org.webjars:through2:jar:0.5.1'
<dependency org="org.webjars" name="through2" rev="0.5.1">
<artifact name="through2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='through2', version='0.5.1')
)
libraryDependencies += "org.webjars" % "through2" % "0.5.1"
[org.webjars/through2 "0.5.1"]