License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.netopyr.caj |
ArtifactId | ArtifactIdcaj |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptioncaj
expect(yourTests).to.be("simple");
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
caj-0.1.0.pom | |
caj-0.1.0.jar | 22 KB |
caj-0.1.0-sources.jar | 10 KB |
caj-0.1.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netopyr.caj/caj/ -->
<dependency>
<groupId>com.netopyr.caj</groupId>
<artifactId>caj</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netopyr.caj/caj/
implementation 'com.netopyr.caj:caj:0.1.0'
// https://jarcasting.com/artifacts/com.netopyr.caj/caj/
implementation ("com.netopyr.caj:caj:0.1.0")
'com.netopyr.caj:caj:jar:0.1.0'
<dependency org="com.netopyr.caj" name="caj" rev="0.1.0">
<artifact name="caj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netopyr.caj', module='caj', version='0.1.0')
)
libraryDependencies += "com.netopyr.caj" % "caj" % "0.1.0"
[com.netopyr.caj/caj "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.4 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |