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