All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by marking with all dependencies

Search JAR files by class name

io7m-junreachable from group com.io7m.junreachable (version 1.0.2)

Exception types for marking unreachable/unimplemented code

Group: com.io7m.junreachable Artifact: io7m-junreachable
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact io7m-junreachable
Group com.io7m.junreachable
Version 1.0.2
Last update 03. August 2016
Organization not specified
URL http://github.com/io7m/junreachable
License ISC License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jsfwarn from group com.knitelius (version 0.1.0-beta1)

JsfWarn - allows for Field level warning messages and marking.

Group: com.knitelius Artifact: jsfwarn
Show all versions Show documentation Show source 
 

0 downloads
Artifact jsfwarn
Group com.knitelius
Version 0.1.0-beta1
Last update 14. July 2015
Organization not specified
URL http://www.knitelius.com/jsfwarn
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

com.io7m.junreachable.tests from group com.io7m.junreachable (version 4.0.2)

Exception types for marking unreachable/unimplemented code (Test suite)

Group: com.io7m.junreachable Artifact: com.io7m.junreachable.tests
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.io7m.junreachable.tests
Group com.io7m.junreachable
Version 4.0.2
Last update 05. May 2024
Organization not specified
URL https://www.io7m.com/software/junreachable
License not specified
Dependencies amount 2
Dependencies com.io7m.junreachable.core, junit,
There are maybe transitive dependencies!

com.io7m.junreachable.checkstyle from group com.io7m.junreachable (version 2.1.1)

~Exception types for marking unreachable/unimplemented code (Checkstyle policy)

Group: com.io7m.junreachable Artifact: com.io7m.junreachable.checkstyle
Show all versions Show source 
 

0 downloads
Artifact com.io7m.junreachable.checkstyle
Group com.io7m.junreachable
Version 2.1.1
Last update 13. May 2018
Organization not specified
URL http://io7m.github.io/junreachable/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

io7m-junreachable-checkstyle from group com.io7m.junreachable (version 1.0.2)

~Exception types for marking unreachable/unimplemented code (Checkstyle policy)

Group: com.io7m.junreachable Artifact: io7m-junreachable-checkstyle
Show all versions Show source 
 

0 downloads
Artifact io7m-junreachable-checkstyle
Group com.io7m.junreachable
Version 1.0.2
Last update 03. August 2016
Organization not specified
URL http://io7m.github.io/junreachable/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

naked-annotation from group io.github.jvmusin.naked (version 0.0.4)

Annotation for the Naked Kotlin Compiler Plugin which is used for marking value classes to inline.

Group: io.github.jvmusin.naked Artifact: naked-annotation
Show all versions Show documentation Show source 
 

0 downloads
Artifact naked-annotation
Group io.github.jvmusin.naked
Version 0.0.4
Last update 01. September 2023
Organization not specified
URL https://github.com/jvmusin/naked
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

AptSpringAPI from group com.salesforce.aptspring (version 2.0.7)

This project contains one class, a marking annotation, @Verify, that indicates that the AptSpringProcessor should verify a spring graph. All checks are fully enumerated in @Verify's javadoc.

Group: com.salesforce.aptspring Artifact: AptSpringAPI
Show all versions Show documentation Show source 
 

0 downloads
Artifact AptSpringAPI
Group com.salesforce.aptspring
Version 2.0.7
Last update 27. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

openmark-pmatch from group org.isaacphysics.thirdparty (version 0.1.0)

PMatch component of the Open University's OpenMark project for marking free text question answers.

Group: org.isaacphysics.thirdparty Artifact: openmark-pmatch
Show documentation Show source 
 

0 downloads
Artifact openmark-pmatch
Group org.isaacphysics.thirdparty
Version 0.1.0
Last update 23. January 2019
Organization not specified
URL https://github.com/ucam-cl-dtg/openmark-pmatch
License GNU General Public License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dryuf-bigio from group net.dryuf (version 1.2.0)

Dryuf BigIo is stateless, unlimited IO framework, solving few design problems of original JDK. It mainly provides three things - FlatBuffer with 64-bit address space and being stateless. Additionally, it provides FlatChannel interface and few implementations - providing the arbitrary reads and writes from chosen position. This is implemented only in FileChannel in NIO so this interface makes it easier to provide those stateless reads and writes on virtual channels too. BigIo also provides committable objects, allowing marking the object as completed or incomplete, so it correctly results into success or exception on receiving side.

Group: net.dryuf Artifact: dryuf-bigio
Show all versions Show documentation Show source 
 

0 downloads
Artifact dryuf-bigio
Group net.dryuf
Version 1.2.0
Last update 15. March 2024
Organization not specified
URL https://github.com/dryuf/dryuf-bigio
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-glassfishbuild-extension from group org.glassfish.build (version 3.2.2)

GlassFish build depends on properly functioning several custom lifecycle mappings and artifact handlers. Because these are necessary to resolve dependencies and to run "gf:run" goal and etc., it is critical that these extensions be made available to Maven early on during Maven execution. This definition was originally in maven-glassfish-plugin, which was integrated into Maven POM through <plugin>/<extensions>true marking, but after a series of debugging to resolve artifact resolution failure problems, it turns out that that doesn't cause Maven to load components early enough. I tried to circumbent the prolem by also registering the maven-glassfish-plugin as an extension module (via <build>/<extensions/<extension>), but that apparently confuses Maven to no end --- I get build errors like this: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin' This is obviously one of the problematic areas of Maven, so to avoid doing hack over hack, I'm simply moving the component definitions to its own module.

Group: org.glassfish.build Artifact: maven-glassfishbuild-extension
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-glassfishbuild-extension
Group org.glassfish.build
Version 3.2.2
Last update 14. September 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 2 from 3 (items total 21)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy