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