| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.optionfactory |
| ArtifactId | ArtifactIdproblems |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| problems-1.1.pom | |
| problems-1.1.jar | 17 KB |
| problems-1.1-sources.jar | 7 KB |
| problems-1.1-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.optionfactory/problems/ -->
<dependency>
<groupId>net.optionfactory</groupId>
<artifactId>problems</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.optionfactory/problems/
implementation 'net.optionfactory:problems:1.1'
// https://jarcasting.com/artifacts/net.optionfactory/problems/
implementation ("net.optionfactory:problems:1.1")
'net.optionfactory:problems:jar:1.1'
<dependency org="net.optionfactory" name="problems" rev="1.1">
<artifact name="problems" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.optionfactory', module='problems', version='1.1')
)
libraryDependencies += "net.optionfactory" % "problems" % "1.1"
[net.optionfactory/problems "1.1"]