GroupId | GroupIdcom.enterprisemath |
---|---|
ArtifactId | ArtifactIdem-eac |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
em-eac-3.3.0.pom | |
em-eac-3.3.0.jar | 22 KB |
em-eac-3.3.0-sources.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.enterprisemath/em-eac/ -->
<dependency>
<groupId>com.enterprisemath</groupId>
<artifactId>em-eac</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enterprisemath/em-eac/
implementation 'com.enterprisemath:em-eac:3.3.0'
// https://jarcasting.com/artifacts/com.enterprisemath/em-eac/
implementation ("com.enterprisemath:em-eac:3.3.0")
'com.enterprisemath:em-eac:jar:3.3.0'
<dependency org="com.enterprisemath" name="em-eac" rev="3.3.0">
<artifact name="em-eac" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enterprisemath', module='em-eac', version='3.3.0')
)
libraryDependencies += "com.enterprisemath" % "em-eac" % "3.3.0"
[com.enterprisemath/em-eac "3.3.0"]