| License |
License |
|---|---|
| GroupId | GroupIdca.pgon |
| ArtifactId | ArtifactIdst |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionst
This is multiple libraries that can help with common problems for the solution or testing the solution.
|
| Filename | Size |
|---|---|
| st-4.0.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ca.pgon/st/ -->
<dependency>
<groupId>ca.pgon</groupId>
<artifactId>st</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.pgon/st/
implementation 'ca.pgon:st:4.0.0'
// https://jarcasting.com/artifacts/ca.pgon/st/
implementation ("ca.pgon:st:4.0.0")
'ca.pgon:st:pom:4.0.0'
<dependency org="ca.pgon" name="st" rev="4.0.0">
<artifact name="st" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.pgon', module='st', version='4.0.0')
)
libraryDependencies += "ca.pgon" % "st" % "4.0.0"
[ca.pgon/st "4.0.0"]