GroupId | GroupIdcom.ttdev |
---|---|
ArtifactId | ArtifactIdwpt-runtime |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
wpt-runtime-3.0.2.pom | |
wpt-runtime-3.0.2.jar | 11 KB |
wpt-runtime-3.0.2-sources.jar | 8 KB |
wpt-runtime-3.0.2-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ttdev/wpt-runtime/ -->
<dependency>
<groupId>com.ttdev</groupId>
<artifactId>wpt-runtime</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ttdev/wpt-runtime/
implementation 'com.ttdev:wpt-runtime:3.0.2'
// https://jarcasting.com/artifacts/com.ttdev/wpt-runtime/
implementation ("com.ttdev:wpt-runtime:3.0.2")
'com.ttdev:wpt-runtime:jar:3.0.2'
<dependency org="com.ttdev" name="wpt-runtime" rev="3.0.2">
<artifact name="wpt-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ttdev', module='wpt-runtime', version='3.0.2')
)
libraryDependencies += "com.ttdev" % "wpt-runtime" % "3.0.2"
[com.ttdev/wpt-runtime "3.0.2"]