| Categories | 
                CategoriesCLI User Interface Eureka Container Microservices | 
        
|---|---|
| GroupId | GroupIdorg.eurekaclinical | 
    
| ArtifactId | ArtifactIdprotempa-test-suite | 
    
| Version | Version3.5-Beta-1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| protempa-test-suite-3.5-Beta-1.pom | |
| protempa-test-suite-3.5-Beta-1.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eurekaclinical/protempa-test-suite/ -->
<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>protempa-test-suite</artifactId>
    <version>3.5-Beta-1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eurekaclinical/protempa-test-suite/
implementation 'org.eurekaclinical:protempa-test-suite:3.5-Beta-1'
                // https://jarcasting.com/artifacts/org.eurekaclinical/protempa-test-suite/
implementation ("org.eurekaclinical:protempa-test-suite:3.5-Beta-1")
                'org.eurekaclinical:protempa-test-suite:jar:3.5-Beta-1'
                <dependency org="org.eurekaclinical" name="protempa-test-suite" rev="3.5-Beta-1">
  <artifact name="protempa-test-suite" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eurekaclinical', module='protempa-test-suite', version='3.5-Beta-1')
)
                libraryDependencies += "org.eurekaclinical" % "protempa-test-suite" % "3.5-Beta-1"
                [org.eurekaclinical/protempa-test-suite "3.5-Beta-1"]