| License |
License
The MIT License
|
|---|---|
| GroupId | GroupIdorg.brightify.torch |
| ArtifactId | ArtifactIdtorch-tests |
| Version | Version1.0.0-alpha.3 |
| Type | Typepom |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| torch-tests-1.0.0-alpha.3.pom | 664 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.brightify.torch/torch-tests/ -->
<dependency>
<groupId>org.brightify.torch</groupId>
<artifactId>torch-tests</artifactId>
<version>1.0.0-alpha.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.brightify.torch/torch-tests/
implementation 'org.brightify.torch:torch-tests:1.0.0-alpha.3'
// https://jarcasting.com/artifacts/org.brightify.torch/torch-tests/
implementation ("org.brightify.torch:torch-tests:1.0.0-alpha.3")
'org.brightify.torch:torch-tests:pom:1.0.0-alpha.3'
<dependency org="org.brightify.torch" name="torch-tests" rev="1.0.0-alpha.3">
<artifact name="torch-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.brightify.torch', module='torch-tests', version='1.0.0-alpha.3')
)
libraryDependencies += "org.brightify.torch" % "torch-tests" % "1.0.0-alpha.3"
[org.brightify.torch/torch-tests "1.0.0-alpha.3"]