GroupId | GroupIdcom.xceptance |
---|---|
ArtifactId | ArtifactIdxlt |
Version | Version5.1.2 |
Type | Typejar |
Filename | Size |
---|---|
xlt-5.1.2.pom | |
xlt-5.1.2.zip | 112 MB |
xlt-5.1.2-sources.jar | 3 MB |
xlt-5.1.2-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xceptance/xlt/ -->
<dependency>
<groupId>com.xceptance</groupId>
<artifactId>xlt</artifactId>
<version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xceptance/xlt/
implementation 'com.xceptance:xlt:5.1.2'
// https://jarcasting.com/artifacts/com.xceptance/xlt/
implementation ("com.xceptance:xlt:5.1.2")
'com.xceptance:xlt:jar:5.1.2'
<dependency org="com.xceptance" name="xlt" rev="5.1.2">
<artifact name="xlt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xceptance', module='xlt', version='5.1.2')
)
libraryDependencies += "com.xceptance" % "xlt" % "5.1.2"
[com.xceptance/xlt "5.1.2"]