Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdwso2-test-containers |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-test-containers/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>wso2-test-containers</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-test-containers/
implementation 'com.github.michaelruocco:wso2-test-containers:1.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-test-containers/
implementation ("com.github.michaelruocco:wso2-test-containers:1.0.1")
'com.github.michaelruocco:wso2-test-containers:jar:1.0.1'
<dependency org="com.github.michaelruocco" name="wso2-test-containers" rev="1.0.1">
<artifact name="wso2-test-containers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='wso2-test-containers', version='1.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "wso2-test-containers" % "1.0.1"
[com.github.michaelruocco/wso2-test-containers "1.0.1"]