Categories |
CategoriesJUnit Unit Testing Container |
---|---|
GroupId | GroupIdorg.rapidpm |
ArtifactId | ArtifactIdrapidpm-junit5-ext-servlet-container-bom |
Version | Version01.00.03-RPM |
Type | Typepom |
Filename | Size |
---|---|
rapidpm-junit5-ext-servlet-container-bom-01.00.03-RPM.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rapidpm/rapidpm-junit5-ext-servlet-container-bom/ -->
<dependency>
<groupId>org.rapidpm</groupId>
<artifactId>rapidpm-junit5-ext-servlet-container-bom</artifactId>
<version>01.00.03-RPM</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.rapidpm/rapidpm-junit5-ext-servlet-container-bom/
implementation 'org.rapidpm:rapidpm-junit5-ext-servlet-container-bom:01.00.03-RPM'
// https://jarcasting.com/artifacts/org.rapidpm/rapidpm-junit5-ext-servlet-container-bom/
implementation ("org.rapidpm:rapidpm-junit5-ext-servlet-container-bom:01.00.03-RPM")
'org.rapidpm:rapidpm-junit5-ext-servlet-container-bom:pom:01.00.03-RPM'
<dependency org="org.rapidpm" name="rapidpm-junit5-ext-servlet-container-bom" rev="01.00.03-RPM">
<artifact name="rapidpm-junit5-ext-servlet-container-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.rapidpm', module='rapidpm-junit5-ext-servlet-container-bom', version='01.00.03-RPM')
)
libraryDependencies += "org.rapidpm" % "rapidpm-junit5-ext-servlet-container-bom" % "01.00.03-RPM"
[org.rapidpm/rapidpm-junit5-ext-servlet-container-bom "01.00.03-RPM"]