| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.seleritycorp.context |
| ArtifactId | ArtifactIdContextApiDemo |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionContext API Demo
Demo code for Selerity Context API
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ContextApiDemo-0.0.1.pom | |
| ContextApiDemo-0.0.1.jar | 3 MB |
| ContextApiDemo-0.0.1-sources.jar | 16 KB |
| ContextApiDemo-0.0.1-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seleritycorp.context/ContextApiDemo/ -->
<dependency>
<groupId>com.seleritycorp.context</groupId>
<artifactId>ContextApiDemo</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleritycorp.context/ContextApiDemo/
implementation 'com.seleritycorp.context:ContextApiDemo:0.0.1'
// https://jarcasting.com/artifacts/com.seleritycorp.context/ContextApiDemo/
implementation ("com.seleritycorp.context:ContextApiDemo:0.0.1")
'com.seleritycorp.context:ContextApiDemo:jar:0.0.1'
<dependency org="com.seleritycorp.context" name="ContextApiDemo" rev="0.0.1">
<artifact name="ContextApiDemo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleritycorp.context', module='ContextApiDemo', version='0.0.1')
)
libraryDependencies += "com.seleritycorp.context" % "ContextApiDemo" % "0.0.1"
[com.seleritycorp.context/ContextApiDemo "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| args4j : args4j | jar | 2.33 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| com.google.code.gson : gson | jar | 2.6.2 |
| com.google.guava : guava | jar | 15.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.4 |
| org.assertj : assertj-core | jar | 2.5.0 |