Atem - API

The Atem API provides reflective access to classes.

License

License

GroupId

GroupId

org.atemsource
ArtifactId

ArtifactId

atem-api
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

Atem - API
The Atem API provides reflective access to classes.
Project URL

Project URL

https://github.com/stemey/atem.api.github.com
Source Code Management

Source Code Management

https://[email protected]/stemey/atem.api.github.com.git

Download atem-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.atemsource/atem-api/ -->
<dependency>
    <groupId>org.atemsource</groupId>
    <artifactId>atem-api</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.atemsource/atem-api/
implementation 'org.atemsource:atem-api:0.1.5'
// https://jarcasting.com/artifacts/org.atemsource/atem-api/
implementation ("org.atemsource:atem-api:0.1.5")
'org.atemsource:atem-api:jar:0.1.5'
<dependency org="org.atemsource" name="atem-api" rev="0.1.5">
  <artifact name="atem-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atemsource', module='atem-api', version='0.1.5')
)
libraryDependencies += "org.atemsource" % "atem-api" % "0.1.5"
[org.atemsource/atem-api "0.1.5"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.annotation : jsr250-api jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.27